home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Cl… (Business) 1997 November
/
Software of the Month Club - Business Shareware (Volume 243) (November 1997).iso
/
dos
/
biz
/
BankPlan
/
READ_ME.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1997-06-08
|
426 b
|
13 lines
echo off
cls
rem This batch file provides a simple way to read about the product:
rem Bank-Plan : Small business cashflow planner, v4.00
rem The information you want to read is in the file VENDINFO.DIZ.
rem If you prefer, you can read it using any ordinary text viewer.
rem For example, if the LIST viewer is in your DOS path, you would
rem use the command 'LIST VENDINFO.DIZ'.
more < VENDINFO.DIZ
pause